Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added functionality for Docker images to be run #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bfleming2
Copy link

Description:
I have added a Dockerfile that can now build Docker images for this repository. I added these changes to make this application more portable and to simplify the collaboration of this project moving forward in the future.

Link to the Issue:
Fixes Issue #10

Testing Steps:
You can test this Dockerized solution by building the Docker image with the command:
docker build -t cyber-typer-app .

Run the Docker image with the command (on Port 3000):
docker run -p 3000:3000 cyber-typer-app

Happy Testing and Good Luck in the Future!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Docker image
1 participant